From 749919c551d8c74b43a38f7095ac2e77630c8d6d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Luk=C3=A1=C5=A1=20Tyrychtr?= Date: Mon, 12 Sep 2022 14:44:46 +0200 Subject: [PATCH] Update API docs --- gtk/gtkaccessible.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gtk/gtkaccessible.c b/gtk/gtkaccessible.c index 6e9faf46d4..3fd0142cd6 100644 --- a/gtk/gtkaccessible.c +++ b/gtk/gtkaccessible.c @@ -74,7 +74,7 @@ gtk_accessible_default_init (GtkAccessibleInterface *iface) g_object_interface_install_property (iface, pspec); } -/*< private > +/* * gtk_accessible_get_at_context: * @self: a `GtkAccessible` * @@ -90,7 +90,6 @@ gtk_accessible_get_at_context (GtkAccessible *self) return GTK_ACCESSIBLE_GET_IFACE (self)->get_at_context (self); } - /* * gtk_accessible_get_parent: * @self: a `GtkAccessible` @@ -756,7 +755,7 @@ gtk_accessible_platform_changed (GtkAccessible *self, gtk_at_context_update (context); } -/* +/* * gtk_accessible_get_platform_state: * @self: a `GtkAccessible` * @state: platform state to query @@ -778,7 +777,7 @@ gtk_accessible_get_platform_state (GtkAccessible *self, return GTK_ACCESSIBLE_GET_IFACE (self)->get_platform_state (self, state); } -/* +/* * gtk_accessible_bounds_changed: * @self: a `GtkAccessible` * @@ -787,7 +786,7 @@ gtk_accessible_get_platform_state (GtkAccessible *self, * changed. * * Note that the bounds are not included in this API. - * AT backends should use widget API to obtain them. + * AT backends should use [method@Gtk.Accessible.get_bounds] to get them. */ void gtk_accessible_bounds_changed (GtkAccessible *self) -- 2.30.2